Search
Calendar.CompactItemLanes Method (IList(Item))
See Also
 






Reassigns new lane indices to the specified schedule items in order to remove empty spaces between the items and their neighbors.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void CompactItemLanes (
    IList<Item> items
)

Visual Basic  Copy Code

Public Sub CompactItemLanes( _
    items As IList(Of Item) _
)

 Parameters

items

A list of items to compact.

 See Also